You are here: Web Administration > web.config Settings > KommerceServerConfiguration Settings - System

 

KommerceServerConfiguration Settings - System

Contains KommerceServer system settings.

Application

Setting Name

Description

SYSTEM

KendoUiThemeName

The name of the standard Kendo UI theme found in the ~/Scripts/kendo/styles folder of the website.

SYSTEM

dflt_country_cd

Default Country Code. The default country for this site.

SYSTEM

func_curr_cd

Functional Currency Code. Select the normal currency format for this website based on the expected data coming in from the ERP. The default is “USD”.

SYSTEM

ks_accesslog

Log Activity. Record Page requests (with querystrings) in database.

SYSTEM

ks_enable_ssl

Turn on the HTTPS protocol site-wide.

SYSTEM

ks_event_level

Event Logging Level. Options are:

100 – Warnings, errors

200 – General Information, warnings, errors

300 – Trace & general information, warnings, errors

600 – Debug, trace, and general info, warnings, errors

SYSTEM

ks_event_save_cnt

Maximum Events in History. Number of Events stored in history (auto pruned).

SYSTEM

password_mask

Strong Password Mask. Regular expression. For example, the value of “1A1a1N” means passwords must contain at least 1 uppercase character, 1 lowercase character, and 1 number.

SYSTEM

password_min_length

Minimum number of characters allowed for a password. Minimum number of characters.

SYSTEM

password_max_attempts

Max failed login attempts in 15 minutes. Automatic disablement of account if exceeded.

SYSTEM

password_mgmt

Password entry management. Options are:

1=Users can enter any password

2=Users can enter passwords but restricted to the password_mask setting

3=System must Generate and Email password

SYSTEM

password_rollover_days

Password Rollover Days. Number of days before password expires and requires a change.

SYSTEM

password_unique_count

Number of previous passwords in history. System will not allow reuse on roll over.

SYSTEM

known_search_bots

Text name of known search user-agent names separated with |searchbot| for regex likes.

SYSTEM

DefaultLandingPage

Default starting page once logged in. Application root-relative path of default page to navigate to when user logs in (e.g. /CUSTOMER_HOME.ASPX). A default landing page can be assigned to a particular role which overrides this setting. Refer to the User Role Listing Page topic for more information.

SYSTEM

site_start_page

Starting Page when anonymous. Application root-relative path of page to navigate to when user is not logged in (e.g. /STORE_HOME.ASPX).

SYSTEM

dflt_role

Anonymous Default Role